7df886acdf38b995ad20c552f025de48c93a8fb8,maven-project-info-reports-plugin/src/test/java/org/apache/maven/report/projectinfo/LicenseReportTest.java,LicenseReportTest,testReportLinksOnly,#,84
Before Change
assertTrue( response.getContentLength() > 0 );
// Test the Page title
assertEquals( getString( "report.license.title" ), response.getTitle() );
// Test the texts
TextBlock[] textBlocks = response.getTextBlocks();
After Change
assertTrue( response.getContentLength() > 0 );
// Test the Page title
String expectedTitle = prepareTitle( getString( "report.license.name" ),
getString( "report.license.title" ) );
assertEquals( expectedTitle, response.getTitle() );
// Test the texts